Alerts are generated before the expiration date of a license. For instance, alerts are generated 90, 60, or 30 days before the expiration date.
The licensing service runs a daily cron job to check for the license expiry. If the expiry occurs within the 90, 60, or 30 days window, a message appears on the message bus. Fault management service receives the message, and then create the alert.
The following alerts are raised based on certain conditions:
License Alerts | Conditions |
---|---|
LicenseExpiryThresholdAlert | Raised when the license expiry date has reached a certain threshold (90 days, 60 days, or 30 days). |
LicenseExpiredAlert | Raised when the license has reached its expiry date (day of) and generated every day until license renewal. |
LicenseExpiryClearAlert | Raised when the license is renewed and is more than 90 days from expiry. |
The following are the severity of alerts based on certain conditions:
For more details on licensing alerts, see License Alerts.